Skip to content

Commit

Permalink
Update the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiowcl committed Jun 29, 2020
1 parent 11ea307 commit 41d4f1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ThinBasic.NET/ThinBasic.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/jiowcl/ThinBasic.NET</RepositoryUrl>
<PackageReleaseNotes>1.0.1</PackageReleaseNotes>
<PackageReleaseNotes>1.0.2</PackageReleaseNotes>
<Authors>Jiowcl</Authors>
<PackageProjectUrl>https://github.com/jiowcl/ThinBasic.NET</PackageProjectUrl>
<Platforms>AnyCPU;x86</Platforms>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<PackageIcon></PackageIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions ThinBasic.NETTests/ThinBasic.NETTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="coverlet.collector" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 41d4f1d

Please sign in to comment.