File tree 4 files changed +4
-4
lines changed
samples/web/test/Web.Sample.Csharp.Test
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
<TargetFramework >net6.0</TargetFramework >
4
4
<GenerateDocumentationFile >true</GenerateDocumentationFile >
5
5
<PackageId >ApiStub.FSharp</PackageId >
6
- <Version >1.1 .0</Version >
6
+ <Version >1.2 .0</Version >
7
7
<Authors >jkone27</Authors >
8
8
<RequireLicenseAcceptance >false</RequireLicenseAcceptance >
9
9
<PackageLicenseExpression >MIT</PackageLicenseExpression >
Original file line number Diff line number Diff line change 1
- namespace ApiStub.Fsharp
1
+ namespace ApiStub.Fsharp.CSharp
2
2
3
3
open System.Runtime .CompilerServices
4
4
open ApiStub.FSharp .CE
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<RepositoryUrl >https://github.com/jkone27/fsharp-integration-tests</RepositoryUrl >
4
- <FsDocsLicenseLink >https://github. com/jkone27/fsharp-integration-tests/blob/master/License </FsDocsLicenseLink >
4
+ <FsDocsLicenseLink >https://raw.githubusercontent. com/jkone27/fsharp-integration-tests/refs/heads/main/LICENSE </FsDocsLicenseLink >
5
5
<FsDocsReleaseNotesLink >https://github.com/jkone27/fsharp-integration-tests/blob/master/RELEASE_NOTES.md</FsDocsReleaseNotesLink >
6
6
<PackageProjectUrl >https://github.com/jkone27/fsharp-integration-tests</PackageProjectUrl >
7
7
</PropertyGroup >
Original file line number Diff line number Diff line change 7
7
using System . Net . Http . Json ;
8
8
using Microsoft . AspNetCore . Mvc . Testing ;
9
9
using static ApiStub . FSharp . CE ;
10
- using static ApiStub . Fsharp . CsharpExtensions ;
10
+ using static ApiStub . Fsharp . CSharp . CsharpExtensions ;
11
11
12
12
public class CSharpTests
13
13
{
You can’t perform that action at this time.
0 commit comments