Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
petermorlion committed Oct 17, 2022
1 parent 5273f01 commit e431144
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions RedStar.Amounts.JsonNet/RedStar.Amounts.JsonNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>4.1.2</Version>
<Version>4.1.3</Version>
<Authors>Peter Morlion</Authors>
<Company>Red Star IT</Company>
<PackageLicenseUrl></PackageLicenseUrl>
Expand All @@ -17,8 +17,8 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
<FileVersion>4.1.2.0</FileVersion>
<AssemblyVersion>4.1.3.0</AssemblyVersion>
<FileVersion>4.1.3.0</FileVersion>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>MIT.md</PackageLicenseFile>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>4.1.2</Version>
<Version>4.1.3</Version>
<Authors>Peter Morlion</Authors>
<Company>Red Star IT</Company>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
<AssemblyVersion>4.1.3.0</AssemblyVersion>
<PackageLicenseUrl></PackageLicenseUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -14,7 +14,7 @@
<PackageTags>units, amounts, SI, système internationale, International System of Units</PackageTags>
<PackageProjectUrl>https://github.com/petermorlion/RedStar.Amounts</PackageProjectUrl>
<RepositoryUrl>https://github.com/petermorlion/RedStar.Amounts</RepositoryUrl>
<FileVersion>4.1.2.0</FileVersion>
<FileVersion>4.1.3.0</FileVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Expand Down
6 changes: 3 additions & 3 deletions RedStar.Amounts/RedStar.Amounts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>4.1.2</Version>
<Version>4.1.3</Version>
<Authors>Peter Morlion</Authors>
<Company>Red Star IT</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -16,8 +16,8 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
<FileVersion>4.1.2.0</FileVersion>
<AssemblyVersion>4.1.3.0</AssemblyVersion>
<FileVersion>4.1.3.0</FileVersion>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>CPOL.md</PackageLicenseFile>
</PropertyGroup>
Expand Down

0 comments on commit e431144

Please sign in to comment.