Skip to content

Commit

Permalink
Update version and fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
petermorlion committed Oct 17, 2022
1 parent d21f84c commit 614ce7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.4</Version>
<Version>4.1.5</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.4.0</AssemblyVersion>
<FileVersion>4.1.4.0</FileVersion>
<AssemblyVersion>4.1.5.0</AssemblyVersion>
<FileVersion>4.1.5.0</FileVersion>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>MIT.md</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
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.4</Version>
<Version>4.1.5</Version>
<Authors>Peter Morlion</Authors>
<Company>Red Star IT</Company>
<AssemblyVersion>4.1.4.0</AssemblyVersion>
<AssemblyVersion>4.1.5.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.4.0</FileVersion>
<FileVersion>4.1.5.0</FileVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Expand Down
8 changes: 4 additions & 4 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.4</Version>
<Version>4.1.5</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.4.0</AssemblyVersion>
<FileVersion>4.1.4.0</FileVersion>
<AssemblyVersion>4.1.5.0</AssemblyVersion>
<FileVersion>4.1.5.0</FileVersion>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>CPOL.md</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -30,7 +30,7 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<None Include="..\README.md" Link="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down

0 comments on commit 614ce7d

Please sign in to comment.