Skip to content

Commit

Permalink
bumps version (preview)
Browse files Browse the repository at this point in the history
  • Loading branch information
smiththay committed Jul 10, 2024
1 parent 9bd580f commit 548e22b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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>3.0.0</Version>
<Version>3.0.1-preview.1</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>3.0.0</ReleaseVersion>
<ReleaseVersion>3.0.1-preview.1</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>3.0.0</ReleaseVersion>
<ReleaseVersion>3.0.1-preview.1</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>3.0.0</Version>
<Version>3.0.1-preview.1</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>3.0.0</ReleaseVersion>
<ReleaseVersion>3.0.1-preview.1</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/UDS.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Global
SolutionGuid = {D39D5BFF-1FB6-4543-9752-418308400A84}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 3.0.0-preview.1
version = 3.0.1-preview.1
EndGlobalSection
EndGlobal

0 comments on commit 548e22b

Please sign in to comment.