Skip to content

Commit

Permalink
Merge pull request #39 from Mastercard/fix/update-version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
joseph-neeraj authored Dec 16, 2024
2 parents da9778e + 9116eff commit b82522a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.9.2</Version>
<Version>1.9.3</Version>
<Product>Mastercard.Developer.ClientEncryption.RestSharp</Product>
<Authors>Mastercard</Authors>
<Company>Mastercard</Company>
Expand All @@ -16,7 +16,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../Identity.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>1.0.0.0</AssemblyVersion> <!-- Frozen -->
<FileVersion>1.9.1.0</FileVersion> <!-- Same version as the package version -->
<FileVersion>1.9.3</FileVersion> <!-- Same version as the package version -->
<DocumentationFile>Mastercard.Developer.ClientEncryption.RestSharp.xml</DocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.9.2</Version>
<Version>1.9.3</Version>
<Product>Mastercard.Developer.ClientEncryption.RestSharpV2</Product>
<Authors>Mastercard</Authors>
<Company>Mastercard</Company>
Expand All @@ -15,7 +15,7 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../Identity.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>1.0.0.0</AssemblyVersion> <!-- Frozen -->
<FileVersion>1.9.1.0</FileVersion> <!-- Same version as the package version -->
<FileVersion>1.9.3</FileVersion> <!-- Same version as the package version -->
<DocumentationFile>Mastercard.Developer.ClientEncryption.RestSharpV2.xml</DocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit b82522a

Please sign in to comment.