Skip to content

Commit

Permalink
Updated version for fusionauth-netcore-client to 1.53.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionandy committed Oct 25, 2024
1 parent d77815d commit fd135bb
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 @@ -14,7 +14,7 @@
* language governing permissions and limitations under the License.
*/

project(group: "io.fusionauth", name: "fusionauth-netcore-client", version: "1.53.2", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-netcore-client", version: "1.53.3", licenses: ["ApacheV2_0"]) {
workflow {
fetch {
cache()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<RootNamespace></RootNamespace>
<PackageVersion>1.53.2</PackageVersion>
<PackageVersion>1.53.3</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.53.2</PackageVersion>
<PackageVersion>1.53.3</PackageVersion>
<Title>FusionAuth .net Standard Client</Title>
<AssemblyName>FusionAuth.Client</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit fd135bb

Please sign in to comment.