Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Updated version for fusionauth-csharp-client to 1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Mar 16, 2020
1 parent 7150782 commit 509af10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
savantVersion = "1.0.0"

project(group: "io.fusionauth", name: "fusionauth-csharp-client", version: "1.15.5", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-csharp-client", version: "1.15.6", licenses: ["ApacheV2_0"]) {
workflow {
standard()
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/csharp/FusionAuth.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>FusionAuth.Client</id>
<version>1.15.5</version>
<version>1.15.6</version>
<title>C# FusionAuth Client</title>
<authors>Brian Pontarelli, Daniel DeGroff</authors>
<owners>voidmain, robotdan</owners>
Expand Down
4 changes: 2 additions & 2 deletions src/main/csharp/FusionAuthCSharpClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<ReleaseVersion>1.15.5</ReleaseVersion>
<ReleaseVersion>1.15.6</ReleaseVersion>
<LangVersion>3</LangVersion>
<PackageId>FusionAuth.Client</PackageId>
<PackageVersion>1.15.5</PackageVersion>
<PackageVersion>1.15.6</PackageVersion>
<Authors>Brian Pontarelli, Daniel DeGroff</Authors>
<NeutralLanguage>en-US</NeutralLanguage>
<Owners>voidmain, robotdan</Owners>
Expand Down

0 comments on commit 509af10

Please sign in to comment.