Skip to content

Commit

Permalink
update shipped API endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ssg committed Dec 16, 2020
1 parent 18e9611 commit f0b2c46
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 72 deletions.
6 changes: 6 additions & 0 deletions src/TurkishId.ModelBinder/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
#nullable enable
TurkishId.ModelBinder.TurkishIdModelBinder
TurkishId.ModelBinder.TurkishIdModelBinder.BindModelAsync(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext! bindingContext) -> System.Threading.Tasks.Task!
TurkishId.ModelBinder.TurkishIdModelBinder.TurkishIdModelBinder() -> void
TurkishId.ModelBinder.TurkishIdModelBinderProvider
TurkishId.ModelBinder.TurkishIdModelBinderProvider.GetBinder(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderProviderContext! context) -> Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder?
TurkishId.ModelBinder.TurkishIdModelBinderProvider.TurkishIdModelBinderProvider() -> void
7 changes: 1 addition & 6 deletions src/TurkishId.ModelBinder/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
TurkishId.ModelBinder.TurkishIdModelBinder
TurkishId.ModelBinder.TurkishIdModelBinder.BindModelAsync(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext! bindingContext) -> System.Threading.Tasks.Task!
TurkishId.ModelBinder.TurkishIdModelBinder.TurkishIdModelBinder() -> void
TurkishId.ModelBinder.TurkishIdModelBinderProvider
TurkishId.ModelBinder.TurkishIdModelBinderProvider.GetBinder(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderProviderContext! context) -> Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder?
TurkishId.ModelBinder.TurkishIdModelBinderProvider.TurkishIdModelBinderProvider() -> void

18 changes: 9 additions & 9 deletions src/TurkishId.ModelBinder/TurkishId.ModelBinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Remove="stylecop.json" />
<None Remove="stylecop.json" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\TurkishId\TurkishId.csproj" />
<ProjectReference Include="..\TurkishId\TurkishId.csproj" />
</ItemGroup>
</Project>
12 changes: 12 additions & 0 deletions src/TurkishId/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
#nullable enable
const TurkishId.TurkishIdNumber.Length = 11 -> int
override TurkishId.TurkishIdNumber.Equals(object? obj) -> bool
override TurkishId.TurkishIdNumber.GetHashCode() -> int
override TurkishId.TurkishIdNumber.ToString() -> string!
static TurkishId.TurkishIdNumber.implicit operator string!(TurkishId.TurkishIdNumber! instance) -> string!
static TurkishId.TurkishIdNumber.IsValid(string! number) -> bool
static TurkishId.TurkishIdNumber.TryParse(string! number, out TurkishId.TurkishIdNumber! result) -> bool
TurkishId.TurkishIdAttribute
TurkishId.TurkishIdAttribute.TurkishIdAttribute() -> void
TurkishId.TurkishIdNumber
TurkishId.TurkishIdNumber.TurkishIdNumber(string! number) -> void
TurkishId.TurkishIdNumber.Value.get -> string!
13 changes: 1 addition & 12 deletions src/TurkishId/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
const TurkishId.TurkishIdNumber.Length = 11 -> int
override TurkishId.TurkishIdNumber.Equals(object? obj) -> bool
override TurkishId.TurkishIdNumber.GetHashCode() -> int
override TurkishId.TurkishIdNumber.ToString() -> string!
static TurkishId.TurkishIdNumber.implicit operator string!(TurkishId.TurkishIdNumber! instance) -> string!
static TurkishId.TurkishIdNumber.IsValid(string! number) -> bool
static TurkishId.TurkishIdNumber.TryParse(string! number, out TurkishId.TurkishIdNumber! result) -> bool
TurkishId.TurkishIdAttribute
TurkishId.TurkishIdAttribute.TurkishIdAttribute() -> void
TurkishId.TurkishIdNumber
TurkishId.TurkishIdNumber.TurkishIdNumber(string! number) -> void
TurkishId.TurkishIdNumber.Value.get -> string!

91 changes: 46 additions & 45 deletions src/TurkishId/TurkishId.csproj
Original file line number Diff line number Diff line change
@@ -1,51 +1,52 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Turkish ID Number Validation Library</Description>
<Copyright>Copyright © Sedat Kapanoglu 2014-2020</Copyright>
<Version>3.0.1</Version>
<Authors>Sedat Kapanoglu</Authors>
<TargetFramework>net5.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>TurkishId</AssemblyName>
<PackageId>TurkishId</PackageId>
<PackageTags>turkish id;verification;tc kimlik;tckimlik</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/ssg/TurkishId</RepositoryUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ssg/TurkishId</PackageProjectUrl>
<PackageTags>turkish id verification tc kimlik tckimlik</PackageTags>
<PackageReleaseNotes>
<![CDATA[
<PropertyGroup>
<Description>Turkish ID Number Validation Library</Description>
<Copyright>Copyright © Sedat Kapanoglu 2014-2020</Copyright>
<Version>3.0.1</Version>
<Authors>Sedat Kapanoglu</Authors>
<TargetFramework>net5.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>TurkishId</AssemblyName>
<PackageId>TurkishId</PackageId>
<PackageTags>turkish id;verification;tc kimlik;tckimlik</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/ssg/TurkishId</RepositoryUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ssg/TurkishId</PackageProjectUrl>
<PackageTags>turkish id verification tc kimlik tckimlik</PackageTags>
<PackageReleaseNotes>
<![CDATA[
There are no changes in this package in this version but I'd like to keep
versions in sync to avoid multiple repositories/branches for releases.
]]></PackageReleaseNotes>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>src/TurkishId/TurkishId.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>
]]>
</PackageReleaseNotes>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>src/TurkishId/TurkishId.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
<Folder Include="Properties" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties" />
</ItemGroup>
</Project>

0 comments on commit f0b2c46

Please sign in to comment.