Skip to content

Commit

Permalink
remove preview tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddvocado committed Dec 11, 2024
1 parent ebf93c2 commit 69421ca
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>4.4.0-preview.2</Version>
<Version>4.4.0</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>4.4.0-preview.2</ReleaseVersion>
<ReleaseVersion>4.4.0</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.5" />
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>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ReleaseVersion>4.4.0-preview.2</ReleaseVersion>
<ReleaseVersion>4.4.0</ReleaseVersion>
<DockerComposeProjectPath>../docker-compose.dcproj</DockerComposeProjectPath>
<UserSecretsId>c1dd1715-6fa0-4515-bcf2-6a7f6a0c11a5</UserSecretsId>
<Configurations>Release;Debug</Configurations>
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>4.4.0-preview.2</Version>
<Version>4.4.0</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>4.4.0-preview.2</ReleaseVersion>
<ReleaseVersion>4.4.0</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.5" />
Expand Down

0 comments on commit 69421ca

Please sign in to comment.