Skip to content

Commit 5e72202

Browse files
SWI-1696: Finishing touches before beta release (#81)
* SWI-1696: Update csproj and openapi ignore files * Update src/Bandwidth.Standard/Bandwidth.Standard.csproj Co-authored-by: AJ Rice <[email protected]> * Update src/Bandwidth.Standard/Bandwidth.Standard.csproj Co-authored-by: AJ Rice <[email protected]> --------- Co-authored-by: AJ Rice <[email protected]>
1 parent 4a00b78 commit 5e72202

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

.openapi-generator-ignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
#!docs/README.md
2424

2525
.gitignore
26-
26+
src/Bandwidth.Standard.Test/Bandwidth.Standard.Test.csproj
27+
src/Bandwidth.Standard/Bandwidth.Standard.csproj

src/Bandwidth.Standard.Test/Bandwidth.Standard.Test.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<AssemblyName>Bandwidth.Standard.Test</AssemblyName>
5-
<RootNamespace>Bandwidth.Standard.Test</RootNamespace>
64
<TargetFramework Condition="'$(DOTNET_VERSION)' == '6.0.x' Or '$(DOTNET_VERSION)' == ''">net6.0</TargetFramework>
75
<TargetFramework Condition="'$(DOTNET_VERSION)' == '7.0.x'">net7.0</TargetFramework>
86
<IsPackable>false</IsPackable>

src/Bandwidth.Standard/Bandwidth.Standard.csproj

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo><!-- setting GenerateAssemblyInfo to false causes this bug https://github.com/dotnet/project-system/issues/3934 -->
54
<TargetFramework>netstandard2.0</TargetFramework>
6-
<AssemblyName>Bandwidth.Standard</AssemblyName>
7-
<PackageId>Bandwidth.Standard</PackageId>
8-
<OutputType>Library</OutputType>
9-
<Authors>OpenAPI</Authors>
10-
<Company>OpenAPI</Company>
11-
<AssemblyTitle>OpenAPI Library</AssemblyTitle>
12-
<Description>A library generated from a OpenAPI doc</Description>
13-
<Copyright>No Copyright</Copyright>
14-
<RootNamespace>Bandwidth.Standard</RootNamespace>
15-
<Version>1.0.0</Version>
16-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Bandwidth.Standard.xml</DocumentationFile>
17-
<RepositoryUrl>https://github.com/GIT_USER_ID/GIT_REPO_ID.git</RepositoryUrl>
18-
<RepositoryType>git</RepositoryType>
19-
<PackageReleaseNotes>Minor update</PackageReleaseNotes>
20-
<PackageTags>Bandwidth</PackageTags>
5+
<AssemblyName>Bandwidth.Sdk</AssemblyName>
6+
<Version>1.0.0.0</Version>
7+
<Authors>Bandwidth</Authors>
8+
<Owners>Bandwidth</Owners>
9+
<Product>Bandwidth.Standard</Product>
10+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
11+
<FileVersion>1.0.0.0</FileVersion>
12+
<Description>.NET client library for the bandwidth API</Description>
13+
<LangVersion>7.3</LangVersion>
14+
<Copyright>Copyright © Bandwidth 2023</Copyright>
2115
</PropertyGroup>
2216

2317
<ItemGroup>

0 commit comments

Comments
 (0)