Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Mar 13, 2021
1 parent 406aae6 commit 1c907db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/LibYear.Lib/LibYear.Lib.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>4.0.0</Version>
<Version>4.1.0</Version>
<Product>LibYear</Product>
<Authors>Steve Desmond</Authors>
<Company>Steve Desmond Software Development</Company>
Expand Down
4 changes: 1 addition & 3 deletions src/LibYear/LibYear.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackAsTool>true</PackAsTool>
<ToolCommandName>dotnet-libyear</ToolCommandName>
<Version>4.0.0</Version>
<Version>4.1.0</Version>
<PackageId>libyear</PackageId>
<Product>libyear</Product>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
Expand Down

0 comments on commit 1c907db

Please sign in to comment.