Skip to content

Commit

Permalink
Merge pull request #2 from Miiraak/v1.0.3
Browse files Browse the repository at this point in the history
Update project version to 1.0.3
  • Loading branch information
Miiraak authored Aug 26, 2024
2 parents 6c97ff0 + 5d7a466 commit b2d53a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ClassicalCompendium/ClassicalCompendium.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>False</SignAssembly>
<Version>1.0.2.5</Version>
<Version>1.0.3</Version>
<Company></Company>
<Description>A collection of widely-used C# utility methods </Description>
<EnablePackageValidation>true</EnablePackageValidation>
Expand All @@ -16,8 +16,8 @@
<Authors>Miiraak</Authors>
<PackageId>ClassicalCompendium</PackageId>
<PackageProjectUrl>https://www.nuget.org/packages/ClassicalCompendium</PackageProjectUrl>
<AssemblyVersion>1.0.2.5</AssemblyVersion>
<FileVersion>1.0.2.5</FileVersion>
<AssemblyVersion>1.0.3</AssemblyVersion>
<FileVersion>1.0.3</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit b2d53a8

Please sign in to comment.