Skip to content

Commit 1cb4b55

Browse files
Mousakaemilklasson
andcommitted
Update fsproj.
Co-authored-by: Emil Klasson <[email protected]>
1 parent ee90f67 commit 1cb4b55

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ src/*/obj
66

77
# Release folder
88
out
9+
Release
910

1011
# IDEs
1112
.vs
@@ -15,4 +16,4 @@ out
1516
.fake
1617

1718
# Mac
18-
.DS_Store
19+
.DS_Store

src/Insurello.RabbitMqClient/Insurello.RabbitMqClient.fsproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<PackageId>Insurello.RabbitMqClient</PackageId>
6+
<Authors>Insurello</Authors>
7+
<Company>Insurello</Company>
8+
<PackageDescription>F# wrapper around RabbitMq.Client</PackageDescription>
9+
<RepositoryType>git</RepositoryType>
10+
<RepositoryUrl>https://github.com/insurello/Insurello.RabbitMqClient</RepositoryUrl>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
512
</PropertyGroup>
613

714
<ItemGroup>

0 commit comments

Comments
 (0)