Skip to content

Commit

Permalink
updates code version
Browse files Browse the repository at this point in the history
  • Loading branch information
smiththay committed Feb 13, 2024
1 parent 91df82c commit 95aa06b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/UDS.Net.API.Client/UDS.Net.API.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
<PackageId>UDS.Net.API.Client</PackageId>
<Version>1.5.5</Version>
<Version>1.5.6</Version>
<Authors>Sanders-Brown Center on Aging</Authors>
<Description>UDS client library for using UDS.Net.API</Description>
<Owners>UK-SBCoA</Owners>
<PackageDescription>Client library for API</PackageDescription>
<RepositoryUrl>https://github.com/UK-SBCoA/uniform-data-set-dotnet-api</RepositoryUrl>
<ReleaseVersion>1.5.5</ReleaseVersion>
<ReleaseVersion>1.5.6</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/UDS.Net.API/UDS.Net.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ReleaseVersion>1.5.5</ReleaseVersion>
<ReleaseVersion>1.5.6</ReleaseVersion>
<DockerComposeProjectPath>../docker-compose.dcproj</DockerComposeProjectPath>
<UserSecretsId>c1dd1715-6fa0-4515-bcf2-6a7f6a0c11a5</UserSecretsId>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/UDS.Net.Dto/UDS.Net.Dto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
<PackageId>UDS.Net.Dto</PackageId>
<Version>1.5.5</Version>
<Version>1.5.6</Version>
<Authors>Sanders-Brown Center on Aging</Authors>
<Description>UDS data transfer objects for use with API</Description>
<Owners>UK-SBCoA</Owners>
<PackageDescription>Dtos for API</PackageDescription>
<RepositoryUrl>https://github.com/UK-SBCoA/uniform-data-set-dotnet-api</RepositoryUrl>
<ReleaseVersion>1.5.5</ReleaseVersion>
<ReleaseVersion>1.5.6</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.2" />
Expand Down

0 comments on commit 95aa06b

Please sign in to comment.