Skip to content

Commit

Permalink
SWI-1696: Finishing touches before beta release (#81)
Browse files Browse the repository at this point in the history
* SWI-1696:  Update csproj and openapi ignore files

* Update src/Bandwidth.Standard/Bandwidth.Standard.csproj

Co-authored-by: AJ Rice <53190766+ajrice6713@users.noreply.github.com>

* Update src/Bandwidth.Standard/Bandwidth.Standard.csproj

Co-authored-by: AJ Rice <53190766+ajrice6713@users.noreply.github.com>

---------

Co-authored-by: AJ Rice <53190766+ajrice6713@users.noreply.github.com>
  • Loading branch information
juliajanu and ajrice6713 authored Oct 24, 2023
1 parent 4a00b78 commit 5e72202
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
#!docs/README.md

.gitignore

src/Bandwidth.Standard.Test/Bandwidth.Standard.Test.csproj
src/Bandwidth.Standard/Bandwidth.Standard.csproj
2 changes: 0 additions & 2 deletions src/Bandwidth.Standard.Test/Bandwidth.Standard.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>Bandwidth.Standard.Test</AssemblyName>
<RootNamespace>Bandwidth.Standard.Test</RootNamespace>
<TargetFramework Condition="'$(DOTNET_VERSION)' == '6.0.x' Or '$(DOTNET_VERSION)' == ''">net6.0</TargetFramework>
<TargetFramework Condition="'$(DOTNET_VERSION)' == '7.0.x'">net7.0</TargetFramework>
<IsPackable>false</IsPackable>
Expand Down
26 changes: 10 additions & 16 deletions src/Bandwidth.Standard/Bandwidth.Standard.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo><!-- setting GenerateAssemblyInfo to false causes this bug https://github.com/dotnet/project-system/issues/3934 -->
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Bandwidth.Standard</AssemblyName>
<PackageId>Bandwidth.Standard</PackageId>
<OutputType>Library</OutputType>
<Authors>OpenAPI</Authors>
<Company>OpenAPI</Company>
<AssemblyTitle>OpenAPI Library</AssemblyTitle>
<Description>A library generated from a OpenAPI doc</Description>
<Copyright>No Copyright</Copyright>
<RootNamespace>Bandwidth.Standard</RootNamespace>
<Version>1.0.0</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Bandwidth.Standard.xml</DocumentationFile>
<RepositoryUrl>https://github.com/GIT_USER_ID/GIT_REPO_ID.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Minor update</PackageReleaseNotes>
<PackageTags>Bandwidth</PackageTags>
<AssemblyName>Bandwidth.Sdk</AssemblyName>
<Version>1.0.0.0</Version>
<Authors>Bandwidth</Authors>
<Owners>Bandwidth</Owners>
<Product>Bandwidth.Standard</Product>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Description>.NET client library for the bandwidth API</Description>
<LangVersion>7.3</LangVersion>
<Copyright>Copyright © Bandwidth 2023</Copyright>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5e72202

Please sign in to comment.