Skip to content

Commit

Permalink
merge 1.53.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Sep 12, 2024
2 parents 46efa6c + eeb54bb commit d77815d
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.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-netcore-client", version: "1.53.2", 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.0</PackageVersion>
<PackageVersion>1.53.2</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.0</PackageVersion>
<PackageVersion>1.53.2</PackageVersion>
<Title>FusionAuth .net Standard Client</Title>
<AssemblyName>FusionAuth.Client</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit d77815d

Please sign in to comment.