Skip to content

Commit e1e4883

Browse files
Merge pull request #4 from FastPix/feature/fixed-missing-parameters
update documentaion links in readme
2 parents e267782 + e5fae52 commit e1e4883

16 files changed

+94
-91
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
All notable changes to this project will be documented in this file.
55

66
---
7+
## [1.1.1]
78

9+
- Updated documentation redirection links in README.md.
10+
811
## [1.1.0]
912

1013
- Fixed missing parameters in multiple API methods.
@@ -52,4 +55,4 @@ Initial release of the SDK.
5255
- Support simulcasting to multiple platforms
5356
- Designed for secure and efficient communication with the FastPix API
5457

55-
---
58+
---

README.md

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.

src/Fastpix/Fastpix.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>Fastpix</PackageId>
6-
<Version>1.1.0</Version>
6+
<Version>1.1.1</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>FastPix-dev</Authors>
99
<Company>FastPix</Company>

src/Fastpix/SDKConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public SDKConfig(IFastpixHttpClient? client = null)
3939
Client = client ?? new FastpixHttpClient();
4040
ServerUrl = "";
4141
ServerIndex = 0;
42-
UserAgent = "fastpix-sdk/csharp 1.1.0 2.788.7 1.0.0 Fastpix";
42+
UserAgent = "fastpix-sdk/csharp 1.1.1 2.788.7 1.0.0 Fastpix";
4343
SecuritySource = null;
4444
Hooks = new SDKHooks();
4545
RetryConfig = null;

src/Fastpix/Utils/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static class Constants
1919
/// <summary>
2020
/// The version of the SDK.
2121
/// </summary>
22-
public const string SdkVersion = "1.1.0";
22+
public const string SdkVersion = "1.1.1";
2323

2424
/// <summary>
2525
/// The version of the SDK generator used to create this SDK.

src/Fastpix/bin/Debug/net8.0/Fastpix.deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v8.0": {
9-
"Fastpix/1.1.0": {
9+
"Fastpix/1.1.1": {
1010
"dependencies": {
1111
"Newtonsoft.Json": "13.0.3",
1212
"NodaTime": "3.1.9"
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"libraries": {
41-
"Fastpix/1.1.0": {
41+
"Fastpix/1.1.1": {
4242
"type": "project",
4343
"serviceable": false,
4444
"sha512": ""

src/Fastpix/obj/Debug/net8.0/Fastpix.AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
**Signing Keys**: Manage cryptographic signing keys for secure token-based access. Create/rotate keys, protect intellectual property, control usage, and enable time-bound access with signed URLs.
2525
2626
Use cases: Video-on-demand platforms, e-learning solutions, event broadcasting, creator platforms, corporate streaming, analytics dashboards, and quality monitoring.")]
27-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
28-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
27+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.1.0")]
28+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.1+9ae17e60ddd875f43bf3b6f89aa2a4889124e53b")]
2929
[assembly: System.Reflection.AssemblyProductAttribute("Fastpix")]
3030
[assembly: System.Reflection.AssemblyTitleAttribute("Fastpix")]
31-
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0.0")]
31+
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.1.0")]
3232

3333
// Generated by the MSBuild WriteCodeFragment class.
3434

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
31c6cc46215c6067a569ccc3ebcb2f80d2bfcdd2bfcb5233b273a4cb681dcaff
1+
01412bcd4ce5f4975a9624c6d7b39dd1513077a6a2e753c4c91d50670a6f8c80

src/Fastpix/obj/Debug/net8.0/Fastpix.GeneratedMSBuildEditorConfig.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
88
build_property.EnforceExtendedAnalyzerRules =
99
build_property._SupportedPlatformList = Linux,macOS,Windows
1010
build_property.RootNamespace = Fastpix
11-
build_property.ProjectDir = /Users/tharunbudidha/Desktop/Fastpix-C-sharp/fastpix-csharp/src/Fastpix/
11+
build_property.ProjectDir = /Users/tharunbudidha/Desktop/c-sharp-git-links/src/Fastpix/
1212
build_property.EnableComHosting =
1313
build_property.EnableGeneratedComInterfaceComImportInterop =
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)