Skip to content

Commit

Permalink
Updated version for fusionauth-netcore-client to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Jun 3, 2020
1 parent f17f8cf commit ed63eae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-netcore-client", version: "1.17.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-netcore-client", version: "1.17.1", licenses: ["ApacheV2_0"]) {
workflow {
standard()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<RootNamespace></RootNamespace>
<PackageVersion>1.17.0</PackageVersion>
<PackageVersion>1.17.1</PackageVersion>
<AssemblyName>FusionAuth.Client.Test</AssemblyName>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion fusionauth-netcore-client/fusionauth-netcore-client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<RootNamespace></RootNamespace>
<PackageVersion>1.17.0</PackageVersion>
<PackageVersion>1.17.1</PackageVersion>
<Title>FusionAuth .net Standard Client</Title>
<AssemblyName>FusionAuth.Client</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit ed63eae

Please sign in to comment.